object Configu: TConfigu Left = 309 Top = 231 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Enter your name' ClientHeight = 73 ClientWidth = 172 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 65 Height = 16 AutoSize = False Caption = 'Your name' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object PlayerName: TEdit Left = 80 Top = 8 Width = 81 Height = 23 Font.Color = clBlack Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] MaxLength = 8 ParentFont = False TabOrder = 0 Text = 'Player1' OnChange = PlayerNameChange end object Button1: TButton Left = 56 Top = 40 Width = 57 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end